DocumentTranscriptRequest 
EntityType  Independent 
Logical Entity Name  DocumentTranscriptRequest 
Default Table Name  CmDocumentTranscript 
Logical Only  NO 
Definition 
 
Note 
 

DocumentTranscriptRequest Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
DocumentTranscriptRequestId(PK)    INTEGER  NO 
 
RequestType    SMALLINT  NO 
 
HighSchoolId(FK)    INTEGER  YES 
 
CollegeId(FK)    INTEGER  YES 
 
AttendanceBeginDate    DATETIME  YES 
 
AttendanceEndDate    DATETIME  YES 
 
Fee    MONEY(19, 4)  YES 
 
ProgramOfStudy    VARCHAR(255)  YES 
 
Note    VARCHAR(4000)  YES 
 
LastModifiedUserId(FK)    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
HighSchoolId(FK)    INTEGER  YES 
 

DocumentTranscriptRequest Keys 
Key Name  Key Type  Keys 
CmDocumentTranscript_UserID_N_N_IDX  Inversion Entry  LastModifiedUserId 
CmDocumentTranscript_AmHighSchoolID_N_N_IDX  Inversion Entry  HighSchoolId 
CmDocumentTranscript_CmDocumentTranscriptID_U_C_IDX  PrimaryKey  DocumentTranscriptRequestId 
CmDocumentTranscript_AmCollegeID_N_N_IDX  Inversion Entry  CollegeId 

DocumentTranscriptRequest Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
College  Non-Identifying  Zero or One to Zero or More        CollegeId  NO 
College  Non-Identifying  Zero or One to Zero or More        CollegeId  NO 
HighSchool  Non-Identifying  Zero or One to Zero or More        HighSchoolId  NO 
Staff  Non-Identifying  One To Zero or More        LastModifiedUserId  NO 
HighSchool  Non-Identifying  Zero or One to Zero or More        HighSchoolId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
Document  Non-Identifying  One To Zero or More          NO 
Document  Non-Identifying  One To Zero or More          NO 

DocumentTranscriptRequest Check Constraints 
Check Constraint Name  CheckConstraint 
Chk_CmDocumentTranscript_AttendEndDate  ([AttendEndDate] >= [AttendBeginDate])